home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / MS-DOS Interrupt List / inter60e / ILINA100.ZIP / ILINA.TXT < prev   
Text File  |  1998-07-23  |  5KB  |  98 lines

  1.  
  2. ----------------------------------------------------------------------------
  3.  
  4. Sven B. Schreiber (sbs@orgon.com)
  5. Niederndorfer Hauptstr. 70
  6. D-91074 Herzogenaurach
  7. Germany
  8.  
  9. ----------------------------------------------------------------------------
  10.  
  11. SBS ILINA Version 1.00
  12. The Interrupt List Navigator
  13. Copyright (c) 1995 Sven B. Schreiber
  14.  
  15. ----------------------------------------------------------------------------
  16.  
  17. PLEASE READ THIS FIRST!
  18.  
  19. ILINA is FreeWare. This software package may be distributed royalty-free on
  20. any media including electronic mail, internet services, network news, and
  21. bulletin board systems, provided that all files are included, no files are
  22. modified and no fee is charged for the software. 
  23.  
  24. DISCLAIMER
  25.  
  26. This software is provided "as is" and any express or implied warranties,
  27. including, but not limited to, the implied warranties of merchantibility and
  28. fitness for a particular purpose are disclaimed. In no event shall the
  29. author Sven B. Schreiber be liable for any direct, indirect, incidental,
  30. special, exemplary, or consequential damages (including, but not limited to,
  31. procurement of substitute goods or services; loss of use, data, or profits;
  32. or business interruption) however caused and on any theory of liability,
  33. whether in contract, strict liability, or tort (including negligence or
  34. otherwise) arising in any way out of the use of this software, even if
  35. advised of the possibility of such damage. 
  36.  
  37. ----------------------------------------------------------------------------
  38.  
  39. 1. Installing ILINA
  40.  
  41. Installation of "The Interrupt List Navigator" is easy and straightforward.
  42. Just copy the program files ILINA.EXE and ILINA.INI to a directory of your
  43. choice. Then create a shortcut, pointing to ILINA.EXE. 
  44.  
  45. By default, ILINA will search for a file called INTERRUP.LST in its working
  46. directory. This file can be built from parts of Ralf Brown's "Interrupt
  47. List" archives by calling COMBINE.COM, included in the Interrupt List
  48. archives. You can override the default directory by specifying the path to
  49. INTERRUP.LST on ILINA's command line. If your input file is named other than
  50. INTERRUP.LST, you may specify this name on the command line as well. 
  51.  
  52. ----------------------------------------------------------------------------
  53.  
  54. 2. Viewing INTERRUP.LST
  55.  
  56. After startup, ILINA builds a temporary index in memory to allow fast random
  57. access to individual data records. This might take a couple of seconds.
  58. After that, ILINA pops up a dialog box with four list windows that enable
  59. you to navigate hierarchically through the entire list. On top level,
  60. there's the "Category" window, located in the upper left corner of ILINA's
  61. dialog box. The categories displayed there are taken from the configuration
  62. file ILINA.INI, which must be located in the same directory as ILINA.EXE.
  63.  
  64. If you click on an entry in the "Functions" window, you will see the
  65. complete record of this function in the lower half of ILINA's dialog box.
  66. The arrow labeled buttons in the upper right corner let you scroll the text
  67. up and down if it exceeds the size of the window. If the record window has
  68. the input focus, you may use the arrow and PgUp/PgDown keys as well. 
  69.  
  70. The source code of ILINA hasn't been changed since 02-10-1995. This means
  71. that the code has survived more than three years while lots of Interrupt
  72. List versions have been coming and going. This makes me quite confident that
  73. my parsing routines will keep on working well with future Interrupt List
  74. versions.
  75.  
  76. ----------------------------------------------------------------------------
  77.  
  78. 3. Searching for data
  79.  
  80. ILINA contains a basic full text search module, using the fast SHIFT-AND
  81. search algorithm. It will allow you to search for text strings consisting of
  82. up to 32 characters. Case sensitivity may be turned on or off optionally, as
  83. well as wildcard recognition. Please note, that currently only the wildcard
  84. '?' is supported. In the search results window, you can highlite a hit to
  85. jump directly to the location in the data file where the hit occurred. 
  86.  
  87. While searching, the data file will be filtered transparently. Multiple
  88. spaces are compressed to a single space, while any control characters,
  89. including all CR/LF and tabulator characters, are treated as spaces. So it
  90. is easy to search for groups of words which do not necessarily occur on a
  91. single line. Therefore, you should always separate words by no more than a
  92. single space. 
  93.  
  94. ----------------------------------------------------------------------------
  95.  
  96. 23.07.1998 Sven B. Schreiber
  97. sbs@orgon.com
  98.